home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00006_select pose .ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  271 b   |  17 lines

  1. on mouseDown
  2.   global gframe
  3.   cursor(4)
  4.   flashbtn()
  5.   set apos to the clickOn - 23
  6.   set anum to getAt(gtemplist, apos)
  7.   setglobals(anum)
  8.   setkanban()
  9.   if gframe = 8 then
  10.     cursor(0)
  11.     play frame "Disp8"
  12.   else
  13.     cursor(0)
  14.     play frame "Disp12"
  15.   end if
  16. end
  17.